home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / games / addons / rm110.arj / SONY / READ.ME < prev    next >
Text File  |  1993-07-01  |  2KB  |  43 lines

  1. ****** Information for custom setting the driver ******
  2. ****** for the Double Speed SONY CDU31A series.     ******
  3.  
  4. To install device driver in config.sys:
  5.  
  6.     device=slcd.sys  /B:xxx  /d:mscd000  /v   /c  /m:x  /t:x  /k  /n
  7.  
  8.     /B:    Base port address of host adapter.  340H is the default.
  9.  
  10.     /d:    Specifies device driver name.  Used by MSCDEX.  This is the 
  11.         current value if none is specified in config.sys.
  12.     /v    Turns on verbose mode of the driver.  Driver displays 
  13.         information about its installation.
  14.     /c    Turns on displaying of drive configuration at boot time.
  15.  
  16.     /m:    Data transfer mode:  p = polled I/O, d = DMA, which requires 
  17.         the /t:x parameter.
  18.  
  19.     /t:    Specifies the DMA channel to use if DMA transfer mode is 
  20.         selected.
  21.  
  22.     /k    Enables a sector caching mechanism to improve the performance.
  23.         The default is off.    
  24.     /n    /2 specifies the double speed mode.  /1 specifies the single 
  25.         speed mode.  The default is the double speed mode.
  26.  
  27.  
  28.     lastdrive=z
  29.  
  30.     Last valid drive letter.  DOS defaults to 'e'.  If you have 3 or more
  31.     hard disks, or ram disks, this must be used to expand the number of 
  32.     letters available.
  33.  
  34. To install Microsoft CD-ROM Extentions via autoexec.bat:
  35.  
  36.     mscdex  /d:mscd000  /l:m
  37.  
  38.     /d:    Name of CD-ROM device driver.  Must match the value specified 
  39.         in config.sys.  This is the name recommended by Microsoft.
  40.  
  41.     /l:    Specifies the drive letter to use for the CD-ROM. If this, 
  42.         '/l:m' is not here, the next available drive letter is used.
  43.